[INFO] cloning repository https://github.com/niclashoyer/loco
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/niclashoyer/loco" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fniclashoyer%2Floco", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fniclashoyer%2Floco'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a72d1d1b426ee65e0084acb6f05809bf786e031f
[INFO] testing niclashoyer/loco against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fniclashoyer%2Floco" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/niclashoyer/loco
[INFO] finished tweaking git repo https://github.com/niclashoyer/loco
[INFO] tweaked toml for git repo https://github.com/niclashoyer/loco written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/niclashoyer/loco on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/niclashoyer/loco already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 36a522ebde1bdd74bd63ac353a525296a1a239df984b8b1efe3a42c216e163dc
[INFO] running `Command { std: "docker" "start" "-a" "36a522ebde1bdd74bd63ac353a525296a1a239df984b8b1efe3a42c216e163dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "36a522ebde1bdd74bd63ac353a525296a1a239df984b8b1efe3a42c216e163dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36a522ebde1bdd74bd63ac353a525296a1a239df984b8b1efe3a42c216e163dc", kill_on_drop: false }`
[INFO] [stdout] 36a522ebde1bdd74bd63ac353a525296a1a239df984b8b1efe3a42c216e163dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5b660da862a6cbe757f0afaa6a30520e87e142314097d841f5fa16f93bd3c592
[INFO] running `Command { std: "docker" "start" "-a" "5b660da862a6cbe757f0afaa6a30520e87e142314097d841f5fa16f93bd3c592", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling libc v0.2.116
[INFO] [stderr]    Compiling nb v1.0.0
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling heapless v0.7.10
[INFO] [stderr]    Compiling lock_api v0.4.6
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling hash32 v0.2.1
[INFO] [stderr]    Compiling cortex-m v0.7.4
[INFO] [stderr]    Compiling generic-array v0.12.4
[INFO] [stderr]    Compiling generic-array v0.13.3
[INFO] [stderr]    Compiling embedded-hal v1.0.0-alpha.6
[INFO] [stderr]    Compiling spin v0.9.2
[INFO] [stderr]    Compiling nb v0.1.3
[INFO] [stderr]    Compiling radium v0.6.2
[INFO] [stderr]    Compiling volatile-register v0.2.1
[INFO] [stderr]    Compiling embedded-hal v0.2.6
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling cortex-m v0.6.7
[INFO] [stderr]    Compiling wyz v0.4.0
[INFO] [stderr]    Compiling funty v1.2.0
[INFO] [stderr]    Compiling no-std-net v0.5.0
[INFO] [stderr]    Compiling numtoa v0.1.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling as-slice v0.1.5
[INFO] [stderr]    Compiling aligned v0.3.5
[INFO] [stderr]    Compiling bitvec v0.22.3
[INFO] [stderr]    Compiling embedded-nal v0.6.0
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]    Compiling std-embedded-nal v0.1.2
[INFO] [stderr]    Compiling num-complex v0.3.1
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling num v0.3.1
[INFO] [stderr]    Compiling embedded-time v0.12.1
[INFO] [stderr]    Compiling embedded-time v0.10.1
[INFO] [stderr]    Compiling nix v0.23.1
[INFO] [stderr]    Compiling ioctl-rs v0.1.6
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling serial-core v0.4.0
[INFO] [stderr]    Compiling termios v0.2.2
[INFO] [stderr]    Compiling termion v1.5.6
[INFO] [stderr]    Compiling serial-unix v0.4.0
[INFO] [stderr]    Compiling env_logger v0.9.0
[INFO] [stderr]    Compiling drogue-embedded-timer v0.2.3 (https://github.com/niclashoyer/drogue-embedded-timer?branch=hal-1.0.0#e95df52e)
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling loco-core v0.1.0 (/opt/rustwide/workdir/core)
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> core/src/analog.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]   |                                   ^------------
[INFO] [stdout]   |                                   |
[INFO] [stdout]   |                                   `FromPrimitive` is not local
[INFO] [stdout]   |                                   move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_AnalogNumber`
[INFO] [stdout] 4 | pub enum AnalogNumber {
[INFO] [stdout]   |          ------------ `AnalogNumber` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]   = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> core/src/analog.rs:3:50
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]   |                                                  ^----------
[INFO] [stdout]   |                                                  |
[INFO] [stdout]   |                                                  `ToPrimitive` is not local
[INFO] [stdout]   |                                                  move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_AnalogNumber`
[INFO] [stdout] 4 | pub enum AnalogNumber {
[INFO] [stdout]   |          ------------ `AnalogNumber` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> core/src/functions.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive, Copy)]
[INFO] [stdout]   |                                   ^------------
[INFO] [stdout]   |                                   |
[INFO] [stdout]   |                                   `FromPrimitive` is not local
[INFO] [stdout]   |                                   move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Function`
[INFO] [stdout] 4 | pub enum Function {
[INFO] [stdout]   |          -------- `Function` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> core/src/functions.rs:3:50
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive, Copy)]
[INFO] [stdout]   |                                                  ^----------
[INFO] [stdout]   |                                                  |
[INFO] [stdout]   |                                                  `ToPrimitive` is not local
[INFO] [stdout]   |                                                  move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_Function`
[INFO] [stdout] 4 | pub enum Function {
[INFO] [stdout]   |          -------- `Function` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> core/src/functions.rs:76:35
[INFO] [stdout]    |
[INFO] [stdout] 76 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive, Copy)]
[INFO] [stdout]    |                                   ^------------
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   `FromPrimitive` is not local
[INFO] [stdout]    |                                   move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_FunctionGroupNumber`
[INFO] [stdout] 77 | pub enum FunctionGroupNumber {
[INFO] [stdout]    |          ------------------- `FunctionGroupNumber` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> core/src/functions.rs:76:50
[INFO] [stdout]    |
[INFO] [stdout] 76 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive, Copy)]
[INFO] [stdout]    |                                                  ^----------
[INFO] [stdout]    |                                                  |
[INFO] [stdout]    |                                                  `ToPrimitive` is not local
[INFO] [stdout]    |                                                  move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_FunctionGroupNumber`
[INFO] [stdout] 77 | pub enum FunctionGroupNumber {
[INFO] [stdout]    |          ------------------- `FunctionGroupNumber` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling loco-dcc v0.1.0 (/opt/rustwide/workdir/dcc)
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]   --> dcc/src/address.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 |             mov!(buf[0..=1] <- &self.num.to_le_bytes());
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let _ = mov!(buf[0..=1] <- &self.num.to_le_bytes());;
[INFO] [stdout]    |             +++++++                                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling loco-xpressnet v0.1.0 (/opt/rustwide/workdir/xpressnet)
[INFO] [stderr]    Compiling loco-command-station v0.1.0 (/opt/rustwide/workdir/command-station)
[INFO] [stderr]    Compiling loco-susi v0.1.0 (/opt/rustwide/workdir/susi)
[INFO] [stdout] warning: unused return value of `bitflags::core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> xpressnet/src/lib.rs:171:17
[INFO] [stdout]     |
[INFO] [stdout] 171 |                 mov!(buf[1..=2] <- &loco_address.num.to_le_bytes());
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 171 |                 let _ = mov!(buf[1..=2] <- &loco_address.num.to_le_bytes());;
[INFO] [stdout]     |                 +++++++                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling loco-z21 v0.1.0 (/opt/rustwide/workdir/z21)
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]   --> z21/src/main.rs:97:17
[INFO] [stdout]    |
[INFO] [stdout] 97 |                 mov!(buf[0..=3] <- &[0x14, 0x00, 0x84, 0x00]);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 97 |                 let _ = mov!(buf[0..=3] <- &[0x14, 0x00, 0x84, 0x00]);;
[INFO] [stdout]    |                 +++++++                                              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]   --> z21/src/main.rs:98:17
[INFO] [stdout]    |
[INFO] [stdout] 98 |                 mov!(buf[4..=5] <- &main_current.to_le_bytes());
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 98 |                 let _ = mov!(buf[4..=5] <- &main_current.to_le_bytes());;
[INFO] [stdout]    |                 +++++++                                                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]   --> z21/src/main.rs:99:17
[INFO] [stdout]    |
[INFO] [stdout] 99 |                 mov!(buf[6..=7] <- &prog_current.to_le_bytes());
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 99 |                 let _ = mov!(buf[6..=7] <- &prog_current.to_le_bytes());;
[INFO] [stdout]    |                 +++++++                                                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> z21/src/main.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |                 mov!(buf[8..=9] <- &filtered_main_current.to_le_bytes());
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 100 |                 let _ = mov!(buf[8..=9] <- &filtered_main_current.to_le_bytes());;
[INFO] [stdout]     |                 +++++++                                                         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> z21/src/main.rs:101:17
[INFO] [stdout]     |
[INFO] [stdout] 101 |                 mov!(buf[10..=11] <- &temperature.to_le_bytes());
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 101 |                 let _ = mov!(buf[10..=11] <- &temperature.to_le_bytes());;
[INFO] [stdout]     |                 +++++++                                                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> z21/src/main.rs:102:17
[INFO] [stdout]     |
[INFO] [stdout] 102 |                 mov!(buf[12..=13] <- &supply_voltage.to_le_bytes());
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 102 |                 let _ = mov!(buf[12..=13] <- &supply_voltage.to_le_bytes());;
[INFO] [stdout]     |                 +++++++                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> z21/src/main.rs:103:17
[INFO] [stdout]     |
[INFO] [stdout] 103 |                 mov!(buf[14..=15] <- &vcc_voltage.to_le_bytes());
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 103 |                 let _ = mov!(buf[14..=15] <- &vcc_voltage.to_le_bytes());;
[INFO] [stdout]     |                 +++++++                                                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> z21/src/main.rs:104:17
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 mov!(buf[16..=19] <- &[central_state.bits, central_state_ex.bits, 0x00, 0x00]);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 let _ = mov!(buf[16..=19] <- &[central_state.bits, central_state_ex.bits, 0x00, 0x00]);;
[INFO] [stdout]     |                 +++++++                                                                               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> z21/src/main.rs:108:17
[INFO] [stdout]     |
[INFO] [stdout] 108 |                 mov!(buf[0..=1] <- &[0x10, 0x11]);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 108 |                 let _ = mov!(buf[0..=1] <- &[0x10, 0x11]);;
[INFO] [stdout]     |                 +++++++                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> z21/src/main.rs:109:17
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 mov!(buf[2..=5] <- &num.to_le_bytes());
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 let _ = mov!(buf[2..=5] <- &num.to_le_bytes());;
[INFO] [stdout]     |                 +++++++                                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> z21/src/main.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 |                 mov!(buf[2..=3] <- &[0x40, 0x00]);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 113 |                 let _ = mov!(buf[2..=3] <- &[0x40, 0x00]);;
[INFO] [stdout]     |                 +++++++                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> z21/src/main.rs:116:17
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 mov!(buf[0..=1] <- &(size as u16).to_le_bytes());
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 let _ = mov!(buf[0..=1] <- &(size as u16).to_le_bytes());;
[INFO] [stdout]     |                 +++++++                                                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling spidev v0.5.1
[INFO] [stderr]    Compiling gpio-cdev v0.5.1
[INFO] [stderr]    Compiling i2cdev v0.5.1
[INFO] [stderr]    Compiling sysfs_gpio v0.6.1
[INFO] [stderr]    Compiling linux-embedded-hal v0.4.0-alpha.1 (https://github.com/caemor/linux-embedded-hal#8789ce2f)
[INFO] [stderr]    Compiling linux-dcc v0.1.0 (/opt/rustwide/workdir/command-station/examples/linux-dcc)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s
[INFO] running `Command { std: "docker" "inspect" "5b660da862a6cbe757f0afaa6a30520e87e142314097d841f5fa16f93bd3c592", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b660da862a6cbe757f0afaa6a30520e87e142314097d841f5fa16f93bd3c592", kill_on_drop: false }`
[INFO] [stdout] 5b660da862a6cbe757f0afaa6a30520e87e142314097d841f5fa16f93bd3c592
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b71bc87ac318c847f74305c09c2764daab5339e3a8522b70009b828d5c685151
[INFO] running `Command { std: "docker" "start" "-a" "b71bc87ac318c847f74305c09c2764daab5339e3a8522b70009b828d5c685151", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling vcd v0.6.1
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling embedded-hal-mock v0.8.0 (https://github.com/niclashoyer/embedded-hal-mock?branch=timers#069d123d)
[INFO] [stderr]    Compiling thread-priority v0.2.4
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling serial_test_derive v0.5.1
[INFO] [stderr]    Compiling test-log v0.2.8
[INFO] [stderr]    Compiling serial_test v0.5.1
[INFO] [stderr]    Compiling loco-core v0.1.0 (/opt/rustwide/workdir/core)
[INFO] [stderr]    Compiling embedded-hal-sync-pins v0.5.2
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> core/src/analog.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]   |                                   ^------------
[INFO] [stdout]   |                                   |
[INFO] [stdout]   |                                   `FromPrimitive` is not local
[INFO] [stdout]   |                                   move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_AnalogNumber`
[INFO] [stdout] 4 | pub enum AnalogNumber {
[INFO] [stdout]   |          ------------ `AnalogNumber` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]   = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> core/src/analog.rs:3:50
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]   |                                                  ^----------
[INFO] [stdout]   |                                                  |
[INFO] [stdout]   |                                                  `ToPrimitive` is not local
[INFO] [stdout]   |                                                  move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_AnalogNumber`
[INFO] [stdout] 4 | pub enum AnalogNumber {
[INFO] [stdout]   |          ------------ `AnalogNumber` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> core/src/functions.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive, Copy)]
[INFO] [stdout]   |                                   ^------------
[INFO] [stdout]   |                                   |
[INFO] [stdout]   |                                   `FromPrimitive` is not local
[INFO] [stdout]   |                                   move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Function`
[INFO] [stdout] 4 | pub enum Function {
[INFO] [stdout]   |          -------- `Function` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> core/src/functions.rs:3:50
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive, Copy)]
[INFO] [stdout]   |                                                  ^----------
[INFO] [stdout]   |                                                  |
[INFO] [stdout]   |                                                  `ToPrimitive` is not local
[INFO] [stdout]   |                                                  move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_Function`
[INFO] [stdout] 4 | pub enum Function {
[INFO] [stdout]   |          -------- `Function` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> core/src/functions.rs:76:35
[INFO] [stdout]    |
[INFO] [stdout] 76 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive, Copy)]
[INFO] [stdout]    |                                   ^------------
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   `FromPrimitive` is not local
[INFO] [stdout]    |                                   move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_FunctionGroupNumber`
[INFO] [stdout] 77 | pub enum FunctionGroupNumber {
[INFO] [stdout]    |          ------------------- `FunctionGroupNumber` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> core/src/functions.rs:76:50
[INFO] [stdout]    |
[INFO] [stdout] 76 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive, Copy)]
[INFO] [stdout]    |                                                  ^----------
[INFO] [stdout]    |                                                  |
[INFO] [stdout]    |                                                  `ToPrimitive` is not local
[INFO] [stdout]    |                                                  move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_FunctionGroupNumber`
[INFO] [stdout] 77 | pub enum FunctionGroupNumber {
[INFO] [stdout]    |          ------------------- `FunctionGroupNumber` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> core/src/analog.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]   |                                   ^------------
[INFO] [stdout]   |                                   |
[INFO] [stdout]   |                                   `FromPrimitive` is not local
[INFO] [stdout]   |                                   move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_AnalogNumber`
[INFO] [stdout] 4 | pub enum AnalogNumber {
[INFO] [stdout]   |          ------------ `AnalogNumber` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]   = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> core/src/analog.rs:3:50
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stdout]   |                                                  ^----------
[INFO] [stdout]   |                                                  |
[INFO] [stdout]   |                                                  `ToPrimitive` is not local
[INFO] [stdout]   |                                                  move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_AnalogNumber`
[INFO] [stdout] 4 | pub enum AnalogNumber {
[INFO] [stdout]   |          ------------ `AnalogNumber` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> core/src/functions.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive, Copy)]
[INFO] [stdout]   |                                   ^------------
[INFO] [stdout]   |                                   |
[INFO] [stdout]   |                                   `FromPrimitive` is not local
[INFO] [stdout]   |                                   move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Function`
[INFO] [stdout] 4 | pub enum Function {
[INFO] [stdout]   |          -------- `Function` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> core/src/functions.rs:3:50
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive, Copy)]
[INFO] [stdout]   |                                                  ^----------
[INFO] [stdout]   |                                                  |
[INFO] [stdout]   |                                                  `ToPrimitive` is not local
[INFO] [stdout]   |                                                  move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_Function`
[INFO] [stdout] 4 | pub enum Function {
[INFO] [stdout]   |          -------- `Function` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> core/src/functions.rs:76:35
[INFO] [stdout]    |
[INFO] [stdout] 76 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive, Copy)]
[INFO] [stdout]    |                                   ^------------
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   `FromPrimitive` is not local
[INFO] [stdout]    |                                   move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_FunctionGroupNumber`
[INFO] [stdout] 77 | pub enum FunctionGroupNumber {
[INFO] [stdout]    |          ------------------- `FunctionGroupNumber` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]   --> core/src/functions.rs:76:50
[INFO] [stdout]    |
[INFO] [stdout] 76 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive, Copy)]
[INFO] [stdout]    |                                                  ^----------
[INFO] [stdout]    |                                                  |
[INFO] [stdout]    |                                                  `ToPrimitive` is not local
[INFO] [stdout]    |                                                  move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_FunctionGroupNumber`
[INFO] [stdout] 77 | pub enum FunctionGroupNumber {
[INFO] [stdout]    |          ------------------- `FunctionGroupNumber` is not local
[INFO] [stdout]    |
[INFO] [stdout]    = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]    = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stdout]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]    = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling loco-dcc v0.1.0 (/opt/rustwide/workdir/dcc)
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]   --> dcc/src/address.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 |             mov!(buf[0..=1] <- &self.num.to_le_bytes());
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let _ = mov!(buf[0..=1] <- &self.num.to_le_bytes());;
[INFO] [stdout]    |             +++++++                                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling loco-susi v0.1.0 (/opt/rustwide/workdir/susi)
[INFO] [stderr]    Compiling loco-command-station v0.1.0 (/opt/rustwide/workdir/command-station)
[INFO] [stderr]    Compiling loco-xpressnet v0.1.0 (/opt/rustwide/workdir/xpressnet)
[INFO] [stderr]    Compiling embedded-hal-vcd v0.1.0
[INFO] [stdout] warning: unused return value of `bitflags::core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> xpressnet/src/lib.rs:171:17
[INFO] [stdout]     |
[INFO] [stdout] 171 |                 mov!(buf[1..=2] <- &loco_address.num.to_le_bytes());
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 171 |                 let _ = mov!(buf[1..=2] <- &loco_address.num.to_le_bytes());;
[INFO] [stdout]     |                 +++++++                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> susi/src/tests_mock.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use embedded_time::duration::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `units` in the type namespace is first re-exported here
[INFO] [stdout] 4 | pub use embedded_time::rate::*;
[INFO] [stdout]   |         ---------------------- but the name `units` in the type namespace is also re-exported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> susi/src/tests_mock.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use embedded_time::duration::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Generic` in the type namespace is first re-exported here
[INFO] [stdout] 4 | pub use embedded_time::rate::*;
[INFO] [stdout]   |         ---------------------- but the name `Generic` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]  --> susi/src/tests_mock.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use embedded_time::duration::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Extensions` in the type namespace is first re-exported here
[INFO] [stdout] 4 | pub use embedded_time::rate::*;
[INFO] [stdout]   |         ---------------------- but the name `Extensions` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling linux-dcc v0.1.0 (/opt/rustwide/workdir/command-station/examples/linux-dcc)
[INFO] [stdout] warning: unused return value of `bitflags::core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> xpressnet/src/lib.rs:171:17
[INFO] [stdout]     |
[INFO] [stdout] 171 |                 mov!(buf[1..=2] <- &loco_address.num.to_le_bytes());
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 171 |                 let _ = mov!(buf[1..=2] <- &loco_address.num.to_le_bytes());;
[INFO] [stdout]     |                 +++++++                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling loco-z21 v0.1.0 (/opt/rustwide/workdir/z21)
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]   --> dcc/src/address.rs:22:13
[INFO] [stdout]    |
[INFO] [stdout] 22 |             mov!(buf[0..=1] <- &self.num.to_le_bytes());
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 22 |             let _ = mov!(buf[0..=1] <- &self.num.to_le_bytes());;
[INFO] [stdout]    |             +++++++                                            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]   --> z21/src/main.rs:97:17
[INFO] [stdout]    |
[INFO] [stdout] 97 |                 mov!(buf[0..=3] <- &[0x14, 0x00, 0x84, 0x00]);
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 97 |                 let _ = mov!(buf[0..=3] <- &[0x14, 0x00, 0x84, 0x00]);;
[INFO] [stdout]    |                 +++++++                                              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]   --> z21/src/main.rs:98:17
[INFO] [stdout]    |
[INFO] [stdout] 98 |                 mov!(buf[4..=5] <- &main_current.to_le_bytes());
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 98 |                 let _ = mov!(buf[4..=5] <- &main_current.to_le_bytes());;
[INFO] [stdout]    |                 +++++++                                                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]   --> z21/src/main.rs:99:17
[INFO] [stdout]    |
[INFO] [stdout] 99 |                 mov!(buf[6..=7] <- &prog_current.to_le_bytes());
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 99 |                 let _ = mov!(buf[6..=7] <- &prog_current.to_le_bytes());;
[INFO] [stdout]    |                 +++++++                                                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> z21/src/main.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |                 mov!(buf[8..=9] <- &filtered_main_current.to_le_bytes());
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 100 |                 let _ = mov!(buf[8..=9] <- &filtered_main_current.to_le_bytes());;
[INFO] [stdout]     |                 +++++++                                                         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> z21/src/main.rs:101:17
[INFO] [stdout]     |
[INFO] [stdout] 101 |                 mov!(buf[10..=11] <- &temperature.to_le_bytes());
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 101 |                 let _ = mov!(buf[10..=11] <- &temperature.to_le_bytes());;
[INFO] [stdout]     |                 +++++++                                                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> z21/src/main.rs:102:17
[INFO] [stdout]     |
[INFO] [stdout] 102 |                 mov!(buf[12..=13] <- &supply_voltage.to_le_bytes());
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 102 |                 let _ = mov!(buf[12..=13] <- &supply_voltage.to_le_bytes());;
[INFO] [stdout]     |                 +++++++                                                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> z21/src/main.rs:103:17
[INFO] [stdout]     |
[INFO] [stdout] 103 |                 mov!(buf[14..=15] <- &vcc_voltage.to_le_bytes());
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 103 |                 let _ = mov!(buf[14..=15] <- &vcc_voltage.to_le_bytes());;
[INFO] [stdout]     |                 +++++++                                                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> z21/src/main.rs:104:17
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 mov!(buf[16..=19] <- &[central_state.bits, central_state_ex.bits, 0x00, 0x00]);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 104 |                 let _ = mov!(buf[16..=19] <- &[central_state.bits, central_state_ex.bits, 0x00, 0x00]);;
[INFO] [stdout]     |                 +++++++                                                                               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> z21/src/main.rs:108:17
[INFO] [stdout]     |
[INFO] [stdout] 108 |                 mov!(buf[0..=1] <- &[0x10, 0x11]);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 108 |                 let _ = mov!(buf[0..=1] <- &[0x10, 0x11]);;
[INFO] [stdout]     |                 +++++++                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> z21/src/main.rs:109:17
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 mov!(buf[2..=5] <- &num.to_le_bytes());
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 109 |                 let _ = mov!(buf[2..=5] <- &num.to_le_bytes());;
[INFO] [stdout]     |                 +++++++                                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> z21/src/main.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 |                 mov!(buf[2..=3] <- &[0x40, 0x00]);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 113 |                 let _ = mov!(buf[2..=3] <- &[0x40, 0x00]);;
[INFO] [stdout]     |                 +++++++                                  +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stdout]    --> z21/src/main.rs:116:17
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 mov!(buf[0..=1] <- &(size as u16).to_le_bytes());
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 116 |                 let _ = mov!(buf[0..=1] <- &(size as u16).to_le_bytes());;
[INFO] [stdout]     |                 +++++++                                                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.29s
[INFO] running `Command { std: "docker" "inspect" "b71bc87ac318c847f74305c09c2764daab5339e3a8522b70009b828d5c685151", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b71bc87ac318c847f74305c09c2764daab5339e3a8522b70009b828d5c685151", kill_on_drop: false }`
[INFO] [stdout] b71bc87ac318c847f74305c09c2764daab5339e3a8522b70009b828d5c685151
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d1f1924af01bd7f74ff8d851171b3eeb89940fdfbfe61ab7a4caa1cefa87bf9c
[INFO] running `Command { std: "docker" "start" "-a" "d1f1924af01bd7f74ff8d851171b3eeb89940fdfbfe61ab7a4caa1cefa87bf9c", kill_on_drop: false }`
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]  --> core/src/analog.rs:3:35
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stderr]   |                                   ^------------
[INFO] [stderr]   |                                   |
[INFO] [stderr]   |                                   `FromPrimitive` is not local
[INFO] [stderr]   |                                   move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_AnalogNumber`
[INFO] [stderr] 4 | pub enum AnalogNumber {
[INFO] [stderr]   |          ------------ `AnalogNumber` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stderr]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]   = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stderr]   = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]  --> core/src/analog.rs:3:50
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive)]
[INFO] [stderr]   |                                                  ^----------
[INFO] [stderr]   |                                                  |
[INFO] [stderr]   |                                                  `ToPrimitive` is not local
[INFO] [stderr]   |                                                  move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_AnalogNumber`
[INFO] [stderr] 4 | pub enum AnalogNumber {
[INFO] [stderr]   |          ------------ `AnalogNumber` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stderr]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]   = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]  --> core/src/functions.rs:3:35
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive, Copy)]
[INFO] [stderr]   |                                   ^------------
[INFO] [stderr]   |                                   |
[INFO] [stderr]   |                                   `FromPrimitive` is not local
[INFO] [stderr]   |                                   move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_Function`
[INFO] [stderr] 4 | pub enum Function {
[INFO] [stderr]   |          -------- `Function` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stderr]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]   = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]  --> core/src/functions.rs:3:50
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive, Copy)]
[INFO] [stderr]   |                                                  ^----------
[INFO] [stderr]   |                                                  |
[INFO] [stderr]   |                                                  `ToPrimitive` is not local
[INFO] [stderr]   |                                                  move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_Function`
[INFO] [stderr] 4 | pub enum Function {
[INFO] [stderr]   |          -------- `Function` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stderr]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]   = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> core/src/functions.rs:76:35
[INFO] [stderr]    |
[INFO] [stderr] 76 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive, Copy)]
[INFO] [stderr]    |                                   ^------------
[INFO] [stderr]    |                                   |
[INFO] [stderr]    |                                   `FromPrimitive` is not local
[INFO] [stderr]    |                                   move the `impl` block outside of this constant `_IMPL_NUM_FromPrimitive_FOR_FunctionGroupNumber`
[INFO] [stderr] 77 | pub enum FunctionGroupNumber {
[INFO] [stderr]    |          ------------------- `FunctionGroupNumber` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `FromPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `FromPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]    = note: this warning originates in the derive macro `FromPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]   --> core/src/functions.rs:76:50
[INFO] [stderr]    |
[INFO] [stderr] 76 | #[derive(Clone, Debug, PartialEq, FromPrimitive, ToPrimitive, Copy)]
[INFO] [stderr]    |                                                  ^----------
[INFO] [stderr]    |                                                  |
[INFO] [stderr]    |                                                  `ToPrimitive` is not local
[INFO] [stderr]    |                                                  move the `impl` block outside of this constant `_IMPL_NUM_ToPrimitive_FOR_FunctionGroupNumber`
[INFO] [stderr] 77 | pub enum FunctionGroupNumber {
[INFO] [stderr]    |          ------------------- `FunctionGroupNumber` is not local
[INFO] [stderr]    |
[INFO] [stderr]    = note: the derive macro `ToPrimitive` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]    = note: the derive macro `ToPrimitive` may come from an old version of the `num_derive` crate, try updating your dependency with `cargo update -p num_derive`
[INFO] [stderr]    = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]    = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]    = note: this warning originates in the derive macro `ToPrimitive` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `loco-core` (lib) generated 6 warnings
[INFO] [stderr] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stderr]   --> dcc/src/address.rs:22:13
[INFO] [stderr]    |
[INFO] [stderr] 22 |             mov!(buf[0..=1] <- &self.num.to_le_bytes());
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 22 |             let _ = mov!(buf[0..=1] <- &self.num.to_le_bytes());;
[INFO] [stderr]    |             +++++++                                            +
[INFO] [stderr] 
[INFO] [stderr] warning: `loco-dcc` (lib) generated 1 warning
[INFO] [stderr] warning: unused return value of `bitflags::core::slice::<impl [T]>::len` that must be used
[INFO] [stderr]    --> xpressnet/src/lib.rs:171:17
[INFO] [stderr]     |
[INFO] [stderr] 171 |                 mov!(buf[1..=2] <- &loco_address.num.to_le_bytes());
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 171 |                 let _ = mov!(buf[1..=2] <- &loco_address.num.to_le_bytes());;
[INFO] [stderr]     |                 +++++++                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: `loco-xpressnet` (lib) generated 1 warning
[INFO] [stderr] warning: `loco-xpressnet` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `loco-core` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr] warning: `loco-dcc` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stderr]   --> z21/src/main.rs:97:17
[INFO] [stderr]    |
[INFO] [stderr] 97 |                 mov!(buf[0..=3] <- &[0x14, 0x00, 0x84, 0x00]);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 97 |                 let _ = mov!(buf[0..=3] <- &[0x14, 0x00, 0x84, 0x00]);;
[INFO] [stderr]    |                 +++++++                                              +
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stderr]   --> z21/src/main.rs:98:17
[INFO] [stderr]    |
[INFO] [stderr] 98 |                 mov!(buf[4..=5] <- &main_current.to_le_bytes());
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 98 |                 let _ = mov!(buf[4..=5] <- &main_current.to_le_bytes());;
[INFO] [stderr]    |                 +++++++                                                +
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stderr]   --> z21/src/main.rs:99:17
[INFO] [stderr]    |
[INFO] [stderr] 99 |                 mov!(buf[6..=7] <- &prog_current.to_le_bytes());
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]    |
[INFO] [stderr] 99 |                 let _ = mov!(buf[6..=7] <- &prog_current.to_le_bytes());;
[INFO] [stderr]    |                 +++++++                                                +
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stderr]    --> z21/src/main.rs:100:17
[INFO] [stderr]     |
[INFO] [stderr] 100 |                 mov!(buf[8..=9] <- &filtered_main_current.to_le_bytes());
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 100 |                 let _ = mov!(buf[8..=9] <- &filtered_main_current.to_le_bytes());;
[INFO] [stderr]     |                 +++++++                                                         +
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stderr]    --> z21/src/main.rs:101:17
[INFO] [stderr]     |
[INFO] [stderr] 101 |                 mov!(buf[10..=11] <- &temperature.to_le_bytes());
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 101 |                 let _ = mov!(buf[10..=11] <- &temperature.to_le_bytes());;
[INFO] [stderr]     |                 +++++++                                                 +
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stderr]    --> z21/src/main.rs:102:17
[INFO] [stderr]     |
[INFO] [stderr] 102 |                 mov!(buf[12..=13] <- &supply_voltage.to_le_bytes());
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 102 |                 let _ = mov!(buf[12..=13] <- &supply_voltage.to_le_bytes());;
[INFO] [stderr]     |                 +++++++                                                    +
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stderr]    --> z21/src/main.rs:103:17
[INFO] [stderr]     |
[INFO] [stderr] 103 |                 mov!(buf[14..=15] <- &vcc_voltage.to_le_bytes());
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 103 |                 let _ = mov!(buf[14..=15] <- &vcc_voltage.to_le_bytes());;
[INFO] [stderr]     |                 +++++++                                                 +
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stderr]    --> z21/src/main.rs:104:17
[INFO] [stderr]     |
[INFO] [stderr] 104 |                 mov!(buf[16..=19] <- &[central_state.bits, central_state_ex.bits, 0x00, 0x00]);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 104 |                 let _ = mov!(buf[16..=19] <- &[central_state.bits, central_state_ex.bits, 0x00, 0x00]);;
[INFO] [stderr]     |                 +++++++                                                                               +
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stderr]    --> z21/src/main.rs:108:17
[INFO] [stderr]     |
[INFO] [stderr] 108 |                 mov!(buf[0..=1] <- &[0x10, 0x11]);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 108 |                 let _ = mov!(buf[0..=1] <- &[0x10, 0x11]);;
[INFO] [stderr]     |                 +++++++                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stderr]    --> z21/src/main.rs:109:17
[INFO] [stderr]     |
[INFO] [stderr] 109 |                 mov!(buf[2..=5] <- &num.to_le_bytes());
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 109 |                 let _ = mov!(buf[2..=5] <- &num.to_le_bytes());;
[INFO] [stderr]     |                 +++++++                                       +
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stderr]    --> z21/src/main.rs:113:17
[INFO] [stderr]     |
[INFO] [stderr] 113 |                 mov!(buf[2..=3] <- &[0x40, 0x00]);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 113 |                 let _ = mov!(buf[2..=3] <- &[0x40, 0x00]);;
[INFO] [stderr]     |                 +++++++                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `core::slice::<impl [T]>::len` that must be used
[INFO] [stderr]    --> z21/src/main.rs:116:17
[INFO] [stderr]     |
[INFO] [stderr] 116 |                 mov!(buf[0..=1] <- &(size as u16).to_le_bytes());
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 116 |                 let _ = mov!(buf[0..=1] <- &(size as u16).to_le_bytes());;
[INFO] [stderr]     |                 +++++++                                                 +
[INFO] [stderr] 
[INFO] [stderr] warning: `loco-z21` (bin "loco-z21" test) generated 12 warnings
[INFO] [stderr] warning: ambiguous glob re-exports
[INFO] [stderr]  --> susi/src/tests_mock.rs:3:9
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub use embedded_time::duration::*;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `units` in the type namespace is first re-exported here
[INFO] [stderr] 4 | pub use embedded_time::rate::*;
[INFO] [stderr]   |         ---------------------- but the name `units` in the type namespace is also re-exported here
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous glob re-exports
[INFO] [stderr]  --> susi/src/tests_mock.rs:3:9
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub use embedded_time::duration::*;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Generic` in the type namespace is first re-exported here
[INFO] [stderr] 4 | pub use embedded_time::rate::*;
[INFO] [stderr]   |         ---------------------- but the name `Generic` in the type namespace is also re-exported here
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous glob re-exports
[INFO] [stderr]  --> susi/src/tests_mock.rs:3:9
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub use embedded_time::duration::*;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^ the name `Extensions` in the type namespace is first re-exported here
[INFO] [stderr] 4 | pub use embedded_time::rate::*;
[INFO] [stderr]   |         ---------------------- but the name `Extensions` in the type namespace is also re-exported here
[INFO] [stderr] 
[INFO] [stderr] warning: `loco-susi` (lib test) generated 3 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/linux_dcc-c1d78654d66beed7)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/loco_command_station-a90b412b783ac3ff)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/loco_core-e5c22f2fb96f4cb2)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/loco_dcc-7ae9f804d2452be4)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/read.rs (/opt/rustwide/target/debug/deps/read-2b4abbe448eeb7e9)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running tests/write_and_read.rs (/opt/rustwide/target/debug/deps/write_and_read-620b4f11c9fa36fe)
[INFO] [stdout] test read ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test single_message ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/loco_susi-bc9590484145f889)
[INFO] [stdout] test message::tests::msg_motor_power ... ok
[INFO] [stdout] test message::tests::needs_ack ... ok
[INFO] [stdout] test message::tests::msg_trigger ... ok
[INFO] [stdout] test message::tests::function_group_data ... ok
[INFO] [stdout] test message::tests::msg_speed_diff ... ok
[INFO] [stdout] test reader::tests::single_noop ... ok
[INFO] [stdout] test writer::tests::single_noop ... ok
[INFO] [stdout] test reader::tests::single_diff ... ok
[INFO] [stdout] test reader::tests::three_messages ... ok
[INFO] [stdout] test reader::tests::cv_set ... ok
[INFO] [stdout] test writer::tests::single_speed ... ok
[INFO] [stderr]      Running tests/realtime.rs (/opt/rustwide/target/debug/deps/realtime-a757dd4e1eb8ee94)
[INFO] [stdout] test message::tests::parse_and_back ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.94s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test single_message ... ok
[INFO] [stdout] test two_messages ... ok
[INFO] [stdout] test three_messages ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p loco-susi --test realtime`
[INFO] [stdout] ---- three_messages stdout ----
[INFO] [stdout] WARNING: no realtime scheduling possible, the integration tests might fail!
[INFO] [stdout] WARNING: no realtime scheduling possible, the integration tests might fail!
[INFO] [stdout] WARNING: reader slept 1655 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 2358 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 989 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 2001 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 232 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 285 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 210 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 240 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 2003 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 203 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 226 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 284 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 350 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 1001 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 238 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 1724 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 437 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 1829 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 949 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 459 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 1673 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 304 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 203 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 1519 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 1994 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 2995 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 2993 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 1991 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 994 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 1992 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 1015 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 1978 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 995 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 1664 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 885 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 2000 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 1907 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 2003 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 1945 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 1931 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 1904 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 1928 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 1949 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 2000 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: writer slept 2000 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 2699 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 1993 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 1888 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 1907 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 241 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 242 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 240 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 264 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 263 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 255 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 283 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 235 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 211 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 268 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 220 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 303 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 2890 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 990 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 1284 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 751 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 3002 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 235 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 259 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 3493 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 738 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 867 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 1555 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 528 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 1423 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 229 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 201 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 327 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 281 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 202 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 247 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 243 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 261 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 307 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 261 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 242 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 282 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 273 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 278 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 1930 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 224 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 270 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 521 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 323 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 1148 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 213 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 220 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 3908 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 720 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 9526 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 3610 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 2989 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 1919 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 511 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 2242 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 3047 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 2991 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 230 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 376 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 231 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 254 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 326 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 274 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 298 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 391 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 274 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 287 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 240 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 306 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 300 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 277 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 396 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 2145 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 1991 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 3028 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 1993 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 997 µs, more than 200 µs will cause problems
[INFO] [stdout] WARNING: reader slept 1999 µs, more than 200 µs will cause problems
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (47) panicked at susi/tests/realtime.rs:118:17:
[INFO] [stdout] reader timed out - buf: [Unknown([62, 9, 0]), LocomotiveSpeed(Forward, 120)]
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5db50071538a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5db50071538a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5db50071538a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5db50071538a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5db5007298ca - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5db5007298ca - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5db500719c72 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5db500719c72 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5db5006f413f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5db5006f413f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5db50070d6b9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5db500690f8c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5db500690f8c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5db50070d872 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5db50070d872 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5db5006f41f8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5db5006e93d9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5db5006f4f0d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5db50072a05c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5db50067d72c - realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/susi/tests/realtime.rs:118:17
[INFO] [stdout]   20:     0x5db500684032 - <realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<(loco_susi[b4f5480b347081e8]::reader::Reader<embedded_hal_sync_pins[d68bdd66b4035b06]::wire::OpenDrainPin, embedded_hal_sync_pins[d68bdd66b4035b06]::wire::InputOnlyPin, realtime[a70fce55fb864bf2]::MsToStdCountDown<linux_embedded_hal[81c2279e2ff9ef02]::timer::SysTimer>>,)>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   21:     0x5db50067c0d4 - realtime[a70fce55fb864bf2]::write_and_read::<realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#0}, realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#1}>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/workdir/susi/tests/realtime.rs:76:9
[INFO] [stdout]   22:     0x5db500679c61 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<realtime[a70fce55fb864bf2]::write_and_read<realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#0}, realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#1}>::{closure#1}, alloc[dad09f3a48280dba]::vec::Vec<loco_susi[b4f5480b347081e8]::message::Msg>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   23:     0x5db50067cdc9 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<realtime[a70fce55fb864bf2]::write_and_read<realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#0}, realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#1}>::{closure#1}, alloc[dad09f3a48280dba]::vec::Vec<loco_susi[b4f5480b347081e8]::message::Msg>>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   24:     0x5db5006837dc - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<realtime[a70fce55fb864bf2]::write_and_read<realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#0}, realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#1}>::{closure#1}, alloc[dad09f3a48280dba]::vec::Vec<loco_susi[b4f5480b347081e8]::message::Msg>>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   25:     0x5db50067b43d - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<realtime[a70fce55fb864bf2]::write_and_read<realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#0}, realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#1}>::{closure#1}, alloc[dad09f3a48280dba]::vec::Vec<loco_susi[b4f5480b347081e8]::message::Msg>>::{closure#1}::{closure#0}>, alloc[dad09f3a48280dba]::vec::Vec<loco_susi[b4f5480b347081e8]::message::Msg>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   26:     0x5db5006841cb - __rust_try
[INFO] [stdout]   27:     0x5db50067c7e7 - std[fce30c26ee6459b]::panicking::catch_unwind::<alloc[dad09f3a48280dba]::vec::Vec<loco_susi[b4f5480b347081e8]::message::Msg>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<realtime[a70fce55fb864bf2]::write_and_read<realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#0}, realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#1}>::{closure#1}, alloc[dad09f3a48280dba]::vec::Vec<loco_susi[b4f5480b347081e8]::message::Msg>>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5db50067c7e7 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<realtime[a70fce55fb864bf2]::write_and_read<realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#0}, realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#1}>::{closure#1}, alloc[dad09f3a48280dba]::vec::Vec<loco_susi[b4f5480b347081e8]::message::Msg>>::{closure#1}::{closure#0}>, alloc[dad09f3a48280dba]::vec::Vec<loco_susi[b4f5480b347081e8]::message::Msg>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5db50067c7e7 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<realtime[a70fce55fb864bf2]::write_and_read<realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#0}, realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#1}>::{closure#1}, alloc[dad09f3a48280dba]::vec::Vec<loco_susi[b4f5480b347081e8]::message::Msg>>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   30:     0x5db50067dc9e - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<realtime[a70fce55fb864bf2]::write_and_read<realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#0}, realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#1}>::{closure#1}, alloc[dad09f3a48280dba]::vec::Vec<loco_susi[b4f5480b347081e8]::message::Msg>>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   31:     0x5db500714c9f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   32:     0x5db500714c9f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   33:     0x78550ff9aaa4 - <unknown>
[INFO] [stdout]   34:     0x785510027a64 - clone
[INFO] [stdout]   35:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'three_messages' (40) panicked at susi/tests/realtime.rs:78:29:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Any { .. }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5db50071538a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5db50071538a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5db50071538a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5db50071538a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5db5007298ca - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5db5007298ca - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5db500719c72 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5db500719c72 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5db5006f413f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5db5006f413f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5db50070d6b9 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5db500690f8c - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5db500690f8c - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5db50070d872 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5db50070d872 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5db5006f41f8 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5db5006e93d9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5db5006f4f0d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5db50072a05c - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5db500729dd2 - core[d17f6591d688f3bd]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5db50067861b - <core[d17f6591d688f3bd]::result::Result<alloc[dad09f3a48280dba]::vec::Vec<loco_susi[b4f5480b347081e8]::message::Msg>, alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::any::Any + core[d17f6591d688f3bd]::marker::Send>>>::unwrap
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5db50067861b - realtime[a70fce55fb864bf2]::write_and_read::<realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#0}, realtime[a70fce55fb864bf2]::write_and_read_messages::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/workdir/susi/tests/realtime.rs:78:29
[INFO] [stdout]   22:     0x5db50067ddcc - realtime[a70fce55fb864bf2]::write_and_read_messages
[INFO] [stdout]                                at /opt/rustwide/workdir/susi/tests/realtime.rs:141:16
[INFO] [stdout]   23:     0x5db50067daf0 - realtime[a70fce55fb864bf2]::three_messages::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/susi/tests/realtime.rs:165:5
[INFO] [stdout]   24:     0x5db5006840ce - <realtime[a70fce55fb864bf2]::three_messages::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5db5006c7d27 - serial_test[a81b4bf07994806c]::serial_core
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serial_test-0.5.1/src/lib.rs:64:5
[INFO] [stdout]   26:     0x5db50067df07 - realtime[a70fce55fb864bf2]::three_messages
[INFO] [stdout]                                at /opt/rustwide/workdir/susi/tests/realtime.rs:163:1
[INFO] [stdout]   27:     0x5db50067cef7 - realtime[a70fce55fb864bf2]::three_messages::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/susi/tests/realtime.rs:164:20
[INFO] [stdout]   28:     0x5db500683f46 - <realtime[a70fce55fb864bf2]::three_messages::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5db50068426b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x5db50068426b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   31:     0x5db500691a5b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   32:     0x5db500691a5b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   33:     0x5db500691a5b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   34:     0x5db500691a5b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   35:     0x5db500691a5b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x5db500691a5b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   37:     0x5db500691a5b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   38:     0x5db50068b174 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   39:     0x5db50068b174 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   40:     0x5db500694662 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   41:     0x5db500694662 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   42:     0x5db500694662 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x5db500694662 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x5db500694662 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x5db500694662 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   46:     0x5db500694662 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5db500714c9f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   48:     0x5db500714c9f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   49:     0x78550ff9aaa4 - <unknown>
[INFO] [stdout]   50:     0x785510027a64 - clone
[INFO] [stdout]   51:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     three_messages
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.86s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d1f1924af01bd7f74ff8d851171b3eeb89940fdfbfe61ab7a4caa1cefa87bf9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1f1924af01bd7f74ff8d851171b3eeb89940fdfbfe61ab7a4caa1cefa87bf9c", kill_on_drop: false }`
[INFO] [stdout] d1f1924af01bd7f74ff8d851171b3eeb89940fdfbfe61ab7a4caa1cefa87bf9c
